type strconv.decimalSlice
14 uses
strconv (current package)
ftoa.go#L111: var digs decimalSlice
ftoa.go#L167: var digs decimalSlice
ftoa.go#L171: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L194: digs = decimalSlice{d: d.d[:], nd: d.nd, dp: d.dp}
ftoa.go#L199: func formatDigits(dst []byte, shortest bool, neg bool, digs decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L373: type decimalSlice struct {
ftoa.go#L379: func fmtE(dst []byte, neg bool, d decimalSlice, prec int, fmt byte) []byte {
ftoa.go#L434: func fmtF(dst []byte, neg bool, d decimalSlice, prec int) []byte {
ftoaryu.go#L20: func ryuFtoaFixed32(d *decimalSlice, mant uint32, exp int, prec int) {
ftoaryu.go#L90: func ryuFtoaFixed64(d *decimalSlice, mant uint64, exp int, prec int) {
ftoaryu.go#L167: func formatDecimal(d *decimalSlice, m uint64, trunc bool, roundUp bool, prec int) {
ftoaryu.go#L227: func ryuFtoaShortest(d *decimalSlice, mant uint64, exp int, flt *floatInfo) {
ftoaryu.go#L366: func ryuDigits(d *decimalSlice, lower, central, upper uint64,
ftoaryu.go#L412: func ryuDigits32(d *decimalSlice, lower, central, upper uint32,
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |